;;; QQ: 67762207

%100
+0
+3
+42

[@main]
#IF
checkpkpoint 2
#SAY
I do not want you to speak of this cruel man. \ \
<Close/@exit>
#ELSESAY
Welcome. Common drugs sold here. \ \
<Buy/@buy + (medicine category)> drugs \
<Sell/@sell>Drug \
\
<Pharmaceutical production/@PotionProduce> \

With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>
[@PotionProduce]
#CALL [ProduceSystem\Potion\PotionMain.txt] @Potionsmain

[@BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 


[@buy]
#SAY
_ If the body is a problem, will regret the. I remember in advance of taking the medicine. \ \
<Pre-step/@main>

[@sell]
#SAY
_ Can not be taken lightly ... right now the disease and in any case to sell the things you give me let's see it. \ \ \
<Pre-step/@main>

[goods]
Shochu 50 1

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

#IF
Check [112] 1
Check [312] 0

#SAY
<On the task of dialogue./@CALL_AreaQuesta12> \
#ACT
Mov D0 1

#IF
Check [101] 1
Check [301] 0
checkjob Warrior

#SAY
<On the task of dialogue./@CALL_Quest_2> \
#ACT
Mov D0 1

#IF
Check [103] 1
Check [303] 0

#SAY
<On the task of dialogue./@CALL_AreaQuest3> \
#ACT
Mov D0 1

#IF
Check [107] 1
Check [307] 0

#SAY
<On the task of dialogue./@CALL_AreaQuest7> \
#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ Practitioners say that do not want to make money first, but the reality is often the opposite. . . \ \
_ <Close/@exit>


[@CALL_AreaQuesta12]
#CALL [AreaQuest\ChoBoGuide12\ChoBoGuide12.txt] @Bichon_Siyaksang_31

[@CALL_AreaQuest7]
#CALL [AreaQuest\ChoBoGuide7\ChoBoGuide7.txt] @Bichunposion_molyak_25

[@CALL_AreaQuest3]
#CALL [AreaQuest\ChoBoGuide3\ChoBoGuide3.txt] @Basic3_jongung_19

[@CALL_Quest_2]
#CALL [AreaQuest\ChoBoGuide1\ChoBoGuide1_Warrior.txt] @Basic_Warrior_2

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem

[@PotionProduce]
#CALL [ProduceSystem\Potion\PotionMain.txt] @Potionsmain
;;----------------------- vimascript 